/* 英文默认字体 */

@font-face {
	font-family: openSans;
	src: url('../fonts/OPEN-SANS-2.woff2')
}

* {
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
}

html,
body {
	font-size: 16px;
	background-color: #fff;
}

body,
div,
a,
li,
ul,
ol,
dl,
img,
span,
input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px !important;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

.this-1400 {
	margin: 0 auto;
	width: 1400px;
}

.this-1600 {
	margin: 0 auto;
	width: 1600px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */

#header .logo {
	float: left;
	margin-top: 13px;
	font-size: 0;
}

#header .slogan {
	margin-top: 25px;
	margin-left: 30px;
}

#header .right .nav a {
	line-height: 86px;
	padding: 0 30px;
	margin-right: 30px;
	float: left;
}

#header .right .nav a:hover {
	background-color: #ff5400;
	color: #fff;
}

#header .right .nav a.hot {
	background-image: url(../images/hot.gif);
	background-repeat: no-repeat;
	background-position: 40px 5px;
}

#header .right .contact {
	line-height: 86px;
	font-size: 18px;
	color: #ff5400;
}

/* 首页 */

#home .main {
	padding: 90px 0;
	background-color: #FAFAFA;
}

#home .main>.this-1400>.title {
	font-size: 30px;
	text-align: center;
	color: #333;
	padding-bottom: 70px;
}

#home .main>.this-1400 .list li {
	width: 15%;
	float: left;
	border: 2px solid #f0f0f0;
	margin-left: -2px;
	height: 450px;
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
}

#home .main>.this-1400 .list li .mask,
#home .main>.this-1400 .list li .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s;
}

#home .main>.this-1400 .list li .bg {
	background-position: center;
	background-size: cover;
}

#home .main>.this-1400 .list li .mask {
	background-color: rgba(51, 51, 51, 0.8);
}

#home .main>.this-1400 .list li .n {
	position: absolute;
	font-size: 60px;
	color: #dfdfdf;
	font-family: 'Raavi';
	bottom: 0px;
	right: 5px;
	line-height: 50px;
}

#home .main>.this-1400 .list li .body {
	position: relative;
	z-index: 2;
}

#home .main>.this-1400 .list li .body .title {
	text-align: center;
	margin-top: 50px;
}

#home .main>.this-1400 .list li .body .title .icon {
	width: 35px;
	height: 35px;
	margin: auto;
	background-image: url(../images/icon.png);
	margin-bottom: 10px;
}

#home .main>.this-1400 .list li .body .title p {
	margin: 0;
	text-transform: uppercase;
}

#home .main>.this-1400 .list li .body .title p:nth-of-type(2) {
	color: #bbb;
	font-size: 12px;
	margin-top: 5px;
}

#home .main>.this-1400 .list li .body .content {
	margin-top: 50px;
}

#home .main>.this-1400 .list li .body .content p {
	margin: 0;
	color: #666;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}

#home .main>.this-1400 .list li .body .more {
	text-align: center;
	margin-top: 40px;
	display: none;
}

#home .main>.this-1400 .list li .body .more a {
	margin: 0 auto;
	width: 120px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
}

#home .main>.this-1400 .list li .body .more a:hover {
	background-color: #ff5400;
	border-color: #ff5400;
}

#home .main>.this-1400 .list li.active {
	width: 40%;
}

#home .main>.this-1400 .list li.active .body .more {
	display: block;
}

#home .main>.this-1400 .list li.active .body .title p:nth-of-type(1) {
	font-size: 20px;
}

#home .main>.this-1400 .list li.active .bg,
#home .main>.this-1400 .list li.active .mask {
	opacity: 1;
}

#home .main>.this-1400 .list li.active .bg,
#home .main>.this-1400 .list li.active .mask {
	opacity: 1;
}

#home .main>.this-1400 .list li.active .title p,
#home .main>.this-1400 .list li.active .content p {
	color: #fff !important;
}

#home .main>.this-1400 .list li.active .content {
	margin-top: 40px;
}

#home .main>.this-1400 .list li.active .content p {
	margin-bottom: 10px;
}

#home .main>.this-1400 .list li.active .body {
	top: 35px;
}

#home .main>.this-1400 .list li.active .n {
	top: 12px;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 120px;
	right: unset;
	bottom: unset;
	opacity: 0.15;
	line-height: unset;
}

#home .main>.this-1400 .list li:nth-of-type(1) .body .title .icon {
	background-position: -55px 0px;
}

#home .main>.this-1400 .list li:nth-of-type(2) .body .title .icon {
	background-position: -55px -55px;
}

#home .main>.this-1400 .list li:nth-of-type(3) .body .title .icon {
	background-position: -55px -110px;
}

#home .main>.this-1400 .list li:nth-of-type(4) .body .title .icon {
	background-position: -55px -165px;
}

#home .main>.this-1400 .list li:nth-of-type(5) .body .title .icon {
	background-position: -165px 0px;
}

#home .main>.this-1400 .list li:nth-of-type(1).active .body .title .icon {
	background-position: 0px 0px;
}

#home .main>.this-1400 .list li:nth-of-type(2).active .body .title .icon {
	background-position: 0px -55px;
}

#home .main>.this-1400 .list li:nth-of-type(3).active .body .title .icon {
	background-position: 0px -110px;
}

#home .main>.this-1400 .list li:nth-of-type(4).active .body .title .icon {
	background-position: 0px -165px;
}

#home .main>.this-1400 .list li:nth-of-type(5).active .body .title .icon {
	background-position: -110px 0px;
}

#home .case {
	padding: 70px 0;
}

#home .case .header .left .title p:nth-of-type(1) {
	font-family: Consolas;
	font-size: 22px;
	margin: 0;
}

#home .case .header .left .title p:nth-of-type(2) {
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	margin-top: 5px;
}

#home .case .header .left .slogan {
	margin-top: 45px;
	margin-left: 40px;
}

#home .case .header .left .slogan p {
	float: left;
	margin: 0;
	margin-right: 10px;
	color: #666;
	font-size: 14px;
}

#home .case .header a.more {
	line-height: 55px;
	padding: 0 40px;
	color: #010101;
	border: 1px solid #000;
}

#home .case .header a.more:hover {
	border-color: #FF5400;
	background-color: #FF5400;
	color: #fff;
}

#home .case .case-list {
	margin-top: 50px;
}

/* 案例组件 */

.case-list::after {
	content: "";
	clear: both;
	display: block;
}

.case-list li {
	width: calc(33.333% - 36.666px);
	margin-right: 55px;
	margin-bottom: 37px;
	float: left;
}

.case-list li:nth-of-type(3n) {
	margin-right: 0;
}

.case-list li .mask {
	overflow: hidden;
}

.case-list li .mask .img {
	width: 100%;
	padding-top: 79.069%;
	height: 0;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

.case-list li .mask .img:hover {
	transform: scale(1.08);
}

.case-list li .title {
	float: left;
	margin: 20px 0;
	width: calc(100% - 140px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 10px;
}

.case-list li .title:hover {
	color: #ff5400;
}

.case-list li .flag {
	width: 120px;
	float: right;
	margin: 20px 0;
	font-size: 0;
	text-align: right;
	margin-right: 10px;
}

.case-list li .flag::after {
	content: "";
	clear: both;
	display: block;
}

.case-list li .flag span {
	display: inline-block;
	height: 18px;
	margin-left: 20px;
	background-image: url(../images/icon.png);
}

.case-list li .flag span:nth-of-type(1) {
	margin-left: 0;
}

.case-list li .flag span:nth-of-type(1) {
	width: 30px;
	background-position: -218px -55px;
}

.case-list li .flag span:nth-of-type(2) {
	width: 10px;
	background-position: -275px -55px;
}

.case-list li .flag span:nth-of-type(3) {
	width: 18px;
	background-position: -385px -55px;
}

.case-list li .flag span:nth-of-type(4) {
	width: 31px;
	background-position: -440px -55px;
}

.case-list li .flag span:nth-of-type(5) {
	width: 34px;
	background-position: -385px -55px;
}

.case-list li .from p {
	margin: 0;
	color: #999;
	width: calc(50% - 10px);
	float: left;
	font-size: 13px;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case-list li .from p:nth-of-type(2) {
	text-align: right;
	margin-right: 10px;
	margin-left: 0;
}

/* 其他页banner */

#banner-other {
	position: relative;
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#banner-other .slogan {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
}

#banner-other p {
	text-align: center;
	color: #fff;
	margin: 0;
}

#banner-other p:nth-of-type(1) {
	font-size: 54px;
	margin-bottom: 20px;
}

#banner-other p:nth-of-type(2) {
	font-size: 20px;
}

#banner-other .slogan>a {
	font-size: 14px;
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background-color: #FF5500;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	border-radius: 5px;
	margin-top: 30px;
}

/* 建站 */

#website .process {
	padding: 80px 0;
}

#website .process .title {
	text-align: center;
}

#website .process .title p:nth-of-type(1) {
	font-size: 36px;
	color: #333;
	margin: 0;
	margin-bottom: 26px;
	font-weight: bold;
}

#website .process .title p:nth-of-type(2) {
	font-size: 14px;
	color: #999;
	margin: 0;
}

#website .process .list {
	margin-top: 74px;
}

#website .process .list li {
	width: calc(20% - 92px);
	margin-right: 115px;
	float: left;
}

#website .process .list li:nth-of-type(5n) {
	margin-right: 0;
}

#website .process .list li .bg {
	position: relative;
	height: 0;
	padding-top: 100%;
	width: 100%;
	border-radius: 50%;
}

#website .process .list li .bg .icon {
	width: 54px;
	height: 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../images/icon.png);
}

#website .process .list li:nth-of-type(1) .bg {
	background-color: #F67524;
}

#website .process .list li:nth-of-type(2) .bg {
	background-color: #248CF6;
}

#website .process .list li:nth-of-type(3) .bg {
	background-color: #28E396;
}

#website .process .list li:nth-of-type(4) .bg {
	background-color: #24C2F6;
}

#website .process .list li:nth-of-type(5) .bg {
	background-color: #F6C724;
}

#website .process .list li:nth-of-type(6) .bg {
	background-color: #FF5400;
}

#website .process .list li:nth-of-type(7) .bg {
	background-color: #1575D7;
}

#website .process .list li:nth-of-type(8) .bg {
	background-color: #17CE82;
}

#website .process .list li:nth-of-type(9) .bg {
	background-color: #15B1E4;
}

#website .process .list li:nth-of-type(10) .bg {
	background-color: #F6A924;
}

#website .process .list li:nth-of-type(1) .bg .icon {
	background-position: 0 -220px;
}

#website .process .list li:nth-of-type(2) .bg .icon {
	background-position: -110px -220px;
}

#website .process .list li:nth-of-type(3) .bg .icon {
	background-position: -220px -220px;
}

#website .process .list li:nth-of-type(4) .bg .icon {
	background-position: -330px -220px;
}

#website .process .list li:nth-of-type(5) .bg .icon {
	background-position: -440px -220px;
}

#website .process .list li:nth-of-type(6) .bg .icon {
	background-position: 0 -330px;
}

#website .process .list li:nth-of-type(7) .bg .icon {
	background-position: -110px -330px;
}

#website .process .list li:nth-of-type(8) .bg .icon {
	background-position: -220px -330px;
}

#website .process .list li:nth-of-type(9) .bg .icon {
	background-position: -330px -330px;
}

#website .process .list li:nth-of-type(10) .bg .icon {
	background-position: -440px -330px;
}

#website .process .list li p {
	margin-top: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 60px;
}

#website .adv {
	padding: 130px 0;
	background-image: url(../images/website/bg_adv.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

#website .adv>.this-1400 {
	padding: 0 10px;
	box-sizing: border-box;
}

#website .adv>.this-1400>.title {
	text-align: center;
}

#website .adv>.this-1400>.title p:nth-of-type(1) {
	font-size: 36px;
	color: #fff;
	margin: 0;
	margin-bottom: 26px;
	font-weight: bold;
}

#website .adv>.this-1400>.title p:nth-of-type(2) {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

#website .adv>.this-1400>.list {
	margin-top: 70px;
}

#website .adv>.this-1400>.list li {
	background-color: #fff;
	width: calc(20% - 1px);
	float: left;
	padding: 30px;
	box-sizing: border-box;
	margin-right: 1px;
	margin-bottom: 1px;
}

#website .adv>.this-1400>.list li .icon {
	width: 56px;
	height: 53px;
	margin: 0 auto;
	background-image: url(../images/icon.png);
}

#website .adv>.this-1400>.list li:nth-of-type(1) .icon {
	background-position: 0 -441px;
}

#website .adv>.this-1400>.list li:nth-of-type(2) .icon {
	background-position: -110px -441px;
}

#website .adv>.this-1400>.list li:nth-of-type(3) .icon {
	background-position: -220px -441px;
}

#website .adv>.this-1400>.list li:nth-of-type(4) .icon {
	background-position: -330px -441px;
}

#website .adv>.this-1400>.list li:nth-of-type(5) .icon {
	background-position: -440px -441px;
}

#website .adv>.this-1400>.list li:nth-of-type(6) .icon {
	background-position: 0 -550px;
}

#website .adv>.this-1400>.list li:nth-of-type(7) .icon {
	background-position: -110px -550px;
}

#website .adv>.this-1400>.list li:nth-of-type(8) .icon {
	background-position: -220px -550px;
}

#website .adv>.this-1400>.list li:nth-of-type(9) .icon {
	background-position: -330px -550px;
}

#website .adv>.this-1400>.list li:nth-of-type(10) .icon {
	background-position: -440px -550px;
}

#website .adv>.this-1400>.list li .title p:nth-of-type(1) {
	color: #333;
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
}

#website .adv>.this-1400>.list li .title p:nth-of-type(2) {
	color: #666;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
}

#website .admin {
	background-color: #f7f7f7;
	padding: 100px 0;
}

#website .admin>.this-1400>.title {
	text-align: center;
}

#website .admin>.this-1400>.title p:nth-of-type(1) {
	font-size: 36px;
	color: #333;
	margin: 0;
	margin-bottom: 26px;
	font-weight: bold;
}

#website .admin>.this-1400>.title p:nth-of-type(2) {
	font-size: 14px;
	color: #999;
	margin: 0;
}

#website .admin>.this-1400 .body {
	padding-top: 100px;
}

/* 客户案例 */

#case {
	padding: 65px 0;
}

#case>.title-search .title {
	font-size: 24px;
	font-weight: bold;
}

#case>.title-search .search {
	position: relative;
}

#case>.title-search .search input {
	padding: 10px;
	line-height: 15px;
	color: #666;
	font-size: 14px;
	border: 1px solid #d9d9d9;
	outline: none;
	width: 300px;
	box-sizing: border-box;
}

#case>.title-search .search button {
	position: absolute;
	background-color: transparent;
	border: 0px;
	right: 10px;
	top: 5px;
	font-size: 18px;
	color: #666;
}

#case>.series {
	margin-top: 30px;
}

#case>.series a {
	padding: 0 30px;
	float: left;
	line-height: 40px;
	border: 1px solid #eee;
	margin-right: 30px;
	color: #666;
	font-size: 14px;
}

#case>.series a:hover {
	color: #ff5400;
	border-color: #ff5400;
}

#case>.series a.active {
	color: #ff5400;
	border-color: #ff5400;
}

#case>.body {
	margin-top: 50px;
}

/* 案例内页 */

#case-view {
	background-color: #F6F6F6;
}

#case-view .this-1400 .series {
	padding: 40px 0;
	text-align: center;
}

#case-view .this-1400 .series li {
	width: 55px;
	height: 55px;
	border: 1px solid #000;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}

#case-view .this-1400 .series li:last-child {
	margin-right: 0;
}

#case-view .this-1400 .series li.active {
	background-color: #ff5400;
	border-color: #ff5400;
}

#case-view .this-1400 .series li.active[value='PC版'] .icon {
	background-position: -274px -110px;
}

#case-view .this-1400 .series li.active[value='手机版'] .icon {
	background-position: -380px -110px;
}

#case-view .this-1400 .series li.active[value='小程序'] .icon {
	background-position: -491px -110px;
}

#case-view .this-1400 .series li.active[value='阿里巴巴'] .icon {
	background-position: -273px -160px;
}

#case-view .this-1400 .series li .icon {
	width: 28px;
	height: 24px;
	margin: 0 auto;
	background-image: url(../images/icon.png);
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

#case-view .this-1400 .series li[value='PC版'] .icon {
	background-position: -220px -110px;
}

#case-view .this-1400 .series li[value='手机版'] .icon {
	background-position: -325px -110px;
}

#case-view .this-1400 .series li[value='小程序'] .icon {
	background-position: -437px -110px;
}

#case-view .this-1400 .series li[value='阿里巴巴'] .icon {
	background-position: -218px -160px;
}

#case-view .this-1400 .series li:hover {
	background-color: #ff5400;
	border-color: #ff5400;
}

#case-view .this-1400 .series li[value='PC版']:hover .icon {
	background-position: -274px -110px;
}

#case-view .this-1400 .series li[value='手机版']:hover .icon {
	background-position: -380px -110px;
}

#case-view .this-1400 .series li[value='小程序']:hover .icon {
	background-position: -491px -110px;
}

#case-view .this-1400 .series li[value='阿里巴巴']:hover .icon {
	background-position: -273px -160px;
}

#case-view .this-1400 .pc {
	font-size: 0;
}

#case-view .this-1400 .pc img {
	width: 100%;
	margin-bottom: 60px;
	box-shadow: 0 0 15px rgb(192 192 192 / 40%);
}

#case-view .this-1400 .phone li {
	position: relative;
	width: calc(25% - 30px);
	float: left;
	margin-right: 40px;
	font-size: 0;
	margin-bottom: 40px;
}

#case-view .this-1400 .phone li:nth-of-type(4n) {
	margin-right: 0;
}

#case-view .this-1400 .phone li .mask {
	overflow-x: hidden;
	height: 650px;
	border: 7px solid #000;
	border-radius: 40px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
}

#case-view .this-1400 .phone li .mask img {
	width: 100%;
}

#case-view .this-1400 .phone li .mask::-webkit-scrollbar {
	display: none
}

#case-view .this-1400 .phone li .menu span {
	width: 5px;
	background-color: #000;
	height: 70px;
	position: absolute;
	left: -3px;
	top: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#case-view .this-1400 .phone li .menu span:nth-of-type(1) {
	top: 100px;
}

#case-view .this-1400 .phone li .menu span:nth-of-type(2) {
	top: 200px;
	height: 50px;
}

#case-view .this-1400 .phone li .menu span:nth-of-type(3) {
	top: 260px;
	height: 50px;
}

#case-view .this-1400 .phone li .note {
	font-size: 16px;
	text-align: center;
	color: #666;
	margin-top: 20px;
}

#case-view .this-1400 .phone li .note span {
	color: red;
	font-weight: bold;
}

#case-view .this-1400>.list .item {
	display: none;
}

#case-view .this-1400>.list .item:nth-of-type(1) {
	display: block;
}

#case-view .other {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 20px;
}

#case-view .other>.this-1400>.title {
	font-size: 28px;
	margin-bottom: 40px;
	text-align: center;
}

#case-view>.link {
	z-index: 9999;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0%);
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	transition: all 0.3s;
}

#case-view>.link:hover {
	background-color: rgba(0, 0, 0, 1);
}

/* 新闻资讯 */

#news {
	background-color: #f7f7f7;
	padding: 70px 0;
}

#news .list a {
	width: calc(50% - 15px);
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	background-color: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
	transition: all 0.3s;
}

#news .list a:nth-of-type(2n) {
	margin-right: 0px;
}

#news .list a .time {
	float: left;
	text-align: center;
}

#news .list a .time p:nth-of-type(1) {
	margin: 0;
	font-size: 44px;
	color: #999;
	margin-bottom: 0px;
	font-weight: bold;
	transition: all 0.3s;
}

#news .list a .time p:nth-of-type(2) {
	margin: 0;
	color: #999;
	font-weight: bold;
	transition: all 0.3s;
}

#news .list a .title {
	/*float: right;*/
	margin-top: 20px;
	font-size: 24px;
	color: #333;
	/*margin-left: 10px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 100px);
}

#news .list a .introduction {
	border-top: 1px solid #eaeaea;
	margin-top: 20px;
	padding-top: 20px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	height: 60px;
	overflow: hidden;
}

#news .list a:hover {
	box-shadow: 0 0 9px rgba(197, 197, 197, 0.41);
}

#news .list a:hover .time p:nth-of-type(1) {
	color: #333;
}

#news .list a:hover .time p:nth-of-type(2) {
	color: #333;
}

/* 新闻内页 */

#news-view {
	padding: 50px 0;
	background-color: #f7f7f7;
}

#news-view .left {
	width: 990px;
	float: left;
	margin-right: 20px;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
}

#news-view .left>.title {
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
}

#news-view .left>.time {
	float: left;
	font-size: 14px;
	color: #7d7d7d;
}

#news-view .left>.back {
	float: right;
	cursor: pointer;
	border-radius: 5px;
	background-color: #BBB;
	padding: 0 15px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
	margin-top: -10px;
}

#news-view .left>.back:hover {
	background-color: #ff5400;
}

#news-view .left .content {
	margin-top: 15px;
	padding: 15px 0;
	border-top: 1px solid #eaeaea;
}

#news-view .left .next {
	padding-top: 30px;
	border-top: 1px solid #EAEAEA;
}

#news-view .left .next li {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

#news-view .left .next li a {
	color: #666;
}

#news-view .right {
	width: 390px;
	float: left;
	background-color: #fff;
	padding: 35px 20px;
	box-sizing: border-box;
}

#news-view .right>.title p {
	font-size: 20px;
	float: left;
	color: #666;
	margin: 0;
}

#news-view .right>.title a {
	font-size: 14px;
	float: right;
	color: #999;
	margin-top: 5px;
}

#news-view .right>.title a:hover {
	color: #ff5400;
}

#news-view .right>.list li {
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

#news-view .right>.list li:last-child {
	border-bottom: 0px;
}

#news-view .right>.list li a {
	font-size: 18px;
}

#news-view .right>.list li a:hover {
	color: #ff5400;
}

#news-view .right>.list li .introduction {
	margin-top: 20px;
	overflow: hidden;
	line-height: 20px;
	height: 40px;
	color: #999;
	font-size: 13px;
}

/* 联系我们 */

#contact {
	padding: 65px 0;
	background-color: #F7F7F7;
}

#contact .body .left {
	width: 830px;
	margin-right: 20px;
}

#contact .body .right {
	width: 550px;
}

#contact .body .left,
#contact .body .right {
	padding: 50px 45px;
	background-color: #fff;
	box-sizing: border-box;
}

#contact .body .left .content {
	float: left;
	width: 500px;
}

#contact .body .left .wechat {
	float: right;
	width: 150px;
}

#contact .body .left .wechat img {
	width: 100%;
}

#contact .body .left .wechat p {
	margin: 0;
	color: #999;
	font-size: 14px;
	text-align: center;
	/* margin-top: 5px; */
}

#contact .body .right .title {
	font-size: 18px;
	font-weight: bold;
}

#contact .body .right .list {
	margin-top: 40px;
}

#contact .body .right .list a {
	width: calc(50% - 5px);
	float: left;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 15px;
	border-radius: 20px;
	border: 1px solid #000;
	text-align: center;
	font-weight: bold;
}

#contact .body .right .list a:nth-of-type(2n) {
	margin-right: 0;
}

#contact .body .right .list a:hover {
	background-color: #ff5400;
	color: #fff;
	border-color: #ff5400;
}

#contact .map {
	margin-top: 10px;
}

#contact .address-message {
	margin-top: 10px;
}

#contact .address-message .address {
	padding: 60px 35px;
	background-color: #fff;
	width: calc(50% - 5px);
	margin-right: 10px;
	float: left;
	box-sizing: border-box;
}

#contact .address-message .address .title p:nth-of-type(1) {
	font-size: 32px;
	font-weight: bold;
}

#contact .address-message .address .title p:nth-of-type(2) {
	font-size: 14px;
	color: #333;
	margin-top: 25px;
	margin-bottom: 45px;
}

#contact .address-message .message {
	padding: 60px 35px;
	background-color: #fff;
	width: calc(50% - 5px);
	float: left;
	box-sizing: border-box;
}

#contact .address-message .message .title p:nth-of-type(1) {
	font-size: 32px;
	font-weight: bold;
}

#contact .address-message .message .title p:nth-of-type(2) {
	font-size: 14px;
	color: #333;
	margin-top: 25px;
	margin-bottom: 20px;
}

#contact .address-message .form .item {
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
	float: left;
	width: 100%;
}

#contact .address-message .form .item .label {
	float: left;
	width: 20px;
	line-height: 30px;
}

#contact .address-message .form .item .label span {
	color: red;
	margin-right: 5px;
}

#contact .address-message .form .item .radio input {
	opacity: 0;
	height: 0;
	width: 0;
}

#contact .address-message .form .item .radio input:checked+label {
	background-color: #000;
	color: #fff;
}

#contact .address-message .form .item .radio label {
	width: 90px;
	line-height: 25px;
	float: left;
	height: 25px;
	border: 1px solid #000;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	font-size: 14px;
}

#contact .address-message .form .item input,
#contact .address-message .form .item textarea {
	line-height: 30px;
	width: calc(100% - 70px);
	outline: none;
}

#contact .address-message .form .item textarea {
	width: 100%;
	resize: none;
	border: 0px;
}

#contact .address-message .form .code {
	float: left;
	padding: 20px 0;
	margin-left: 40px;
}

#contact .address-message .form .code img {
	height: 33px;
}

#contact .address-message .form button {
	width: 150px;
	line-height: 50px;
	color: #fff;
	background-color: #000;
	outline: none;
	border: 0px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 20px;
	float: right;
}

#contact .address-message .form button:hover {
	background-color: #ff5400;
}

/* 底部 */

#footer {
	background-color: #111;
}

#footer .contact {
	padding-top: 50px;
}

#footer .contact li {
	float: left;
	margin-right: 80px;
}

#footer .contact li p:nth-of-type(1) {
	color: #fff;
	margin: 0;
	margin-bottom: 20px;
}

#footer .contact li p:nth-of-type(2) {
	border-top: 1px solid #282828;
	margin: 0;
	padding-top: 20px;
	color: #999;
}

#footer .contact li p:nth-of-type(2) i {
	margin-right: 20px;
	color: #fff;
	font-size: 18px;
}

#footer .contact li p:nth-of-type(2) a {
	color: #999;
	line-height: 18px;
	float: left;
}

#footer .contact li:nth-of-type(4) p i {
	width: 18px;
	float: left;
	height: 18px;
	background-image: url(../images/icon.png);
	background-position: -440px 0;
}

#footer .qr-code {
	padding-top: 50px;
	margin-right: 45px;
}

#footer .qr-code p {
	color: #999;
	text-align: center;
	font-size: 14px;
}

#footer .link {
	text-align: center;
}

#footer .link p {
	margin: 0;
}

#footer .link a {
	color: #666;
	font-size: 13px;
}

#footer .copyright {
	text-align: center;
	color: #666;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#case .series_list {
	margin-top: 30px;
}

#case .series_list a {
	width: calc(16.66% - 9px);
	padding: 0 20px;
	float: left;
	line-height: 40px;
	border: 1px solid #eee;
	margin-right: 10px;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
	box-sizing: border-box;
	
}


#case .series_list a:nth-of-type(6n)  {
	margin-right: 0;
}

#case .series_list a:hover {
	color: #ff5400;
	border-color: #ff5400;
}

#case .series_list a.active {
	color: #ff5400;
	border-color: #ff5400;
}